home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / console-terminus.config < prev    next >
Text File  |  2008-05-03  |  239b  |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. [ -f /usr/share/debconf/confmodule ] || exit 0
  6.  
  7. . /usr/share/debconf/confmodule
  8.  
  9. if [ "$2" ] && dpkg --compare-versions "$2" lt "4.16"; then
  10.     db_input high console-terminus/new_file_names || true
  11.     db_go || true
  12. fi
  13.